Changes Made in this version:

1. Should now work with 1.13+ (no longer any back-support, so 1.8, etc are a no-go unless I compile multiple versions)

2. Changed SIGN POST Material to once again work with 1.13+.

3. Added libraries to deal with name changes in 1.8 > 1.13.2 (Changed Sound Effect to new Names)

4. Amended material types from damage values to new material api so now uses 13 api + minecraft names e.g. spruce_log

5. added titles on teleport location with optional configuration.

6. added list command to display ALL biomes configured.

7. added fireworks on teleport with optional configuration.

8. Fixed Update Checker to use new Spigot API URL.

9. Fixed hub item and its listeners.

10. Added creation and removal commands for use within game to make creating the biome warps easier.

11. Modified sign text to make more sense.

12. Replaced metrics system to use bStats which is a better system.

13. Fixed issue with teleportation system when world not exist or location is mis configured.

14. Fixed issue with biome command when trying to teleport another player.

15. Fixed ability to use the same biome-name with more than one biome.

16. Added soft dependency on Vault - to enable the use of an economy system.

17. Implemented cost-per-use system along with clear pricing system which is configurable.

18. Added optional use of cool-down system between biome teleports. (Can be bypassed by perm biomeselector.biomes.bypass)

19. Fixed ability to use hot-bar item switching as a method to move hub item around.

20. Implemented tab completer into biome command to allow for easier completion and correct syntax.

21. Replaced check for inventory names with improved identification method.

22. Split biomes from configuration file into their own seperate file to make easier when editing.




--- STILL REMAINING ---

Edit create system into: (OR MAKE ANOTHER GUI)
/bs create <name> - uses auto slot fill + item in hand
/bs edit <name> [display] [lore] etc - to set custom display name and lore and price, etc


/bs create <name> [price] {uses item in hand} - optional price or default.

<davi2206> You could do [s:slot] [p:price] [d:displayname]


- need to add tab complete for bs command.



- May have fixed issue with config duplicating due to the comments and heading writing all to file again
 (STILL NEED TO TEST AND NEED TO POSS RECREATE BASED ON PLAYER WARPS CONFIG OR BUKKIT TUTORIAL?)

